Exporting your VoodooPad pages as HTML.
VoodooPad can export your pages as HTML documents, retaining links, images, and some style attributes. You can even customize the look and feel of your pages by editing a special page in your document called "vphtmltemplate".
The contents of the vphtmltemplate page are taken straight as html (so there will be no automatic bolding or image exporting of its contents), and used as a template. So if you want to add your own fancy css styling you can do that.
There are also two special placeholders you must use to place your pages in the template- Anywhere the symbol $vptitle shows up in the template, it will be substituted for the current page title. And the contents of the page will be placed where you have the symbol $vppage.
Here's an example that you can cut and paste into your own vphtmltemplate page: